home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / snoopdos_source / system.c < prev    next >
C/C++ Source or Header  |  1996-02-16  |  280b  |  9 lines

  1. /*
  2.  *        Dummy to include SYSTEM.H for precompiling headers
  3.  *
  4.  *        We need to do it like this because SYSTEM.H does some #define's
  5.  *        which won't take affect if we compile a GST from it directly
  6.  *        (GST's only apply to #included files, not the main file.)
  7.  */
  8. #include "system.h"
  9.